From Cppreference
| Defined in header <type_index>
|
|
|
|
| class type_index;
|
| (C++0x feature)
|
|
|
|
The type_index class is a wrapper class around a type_info object, that can be used as index in associative and unordered associative containers.
|
|
|
| constructs the object (public member function)
|
|
|
|
| compares the underlying type_info objects (public member function)
|
|
|
|
| returns hashed code (public member function)
|
|
|
|
| returns implementation defined name of the type, associated with underlying type_info object (public member function)
|